home *** CD-ROM | disk | FTP | other *** search
- # flyfifo
- #
- # This is part of the flight simulator 'fly8'.
- # Author: Eyal Lebedinsky (eyal@ise.canberra.edu.au).
- #
- # An example of setting up two FIFOs for head-to-head. In real life the two
- # processes will be started on different screens.
- #
- # You may need to use the following form to create the FIFOs:
- # /usr/etc/mknod ff81 p
-
-
- mkfifo ff81
- mkfifo ff82
- rm fly1.log fly2.log
- fly8 r N1 Tone dnfifo.1:if=ff81:of=ff82:pack Lfly1.log $1 $2 $3 $4 $5 $6 $7 $8 &
- fly8 r N2 Tone dnfifo.1:if=ff82:of=ff81:pack Lfly2.log $1 $2 $3 $4 $5 $6 $7 $8 &
-